home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / sharewar / hnet / hnetinfo.exe / {app} / HDownload / HScheduler.EN / RCDATA / TSCHEDPREFS / TSCHEDPREFS.txt
Text File  |  2002-04-17  |  2KB  |  82 lines

  1. object SchedPrefs: TSchedPrefs
  2.   Left = 257
  3.   Top = 199
  4.   BorderStyle = bsDialog
  5.   Caption = 'Preferences'
  6.   ClientHeight = 130
  7.   ClientWidth = 419
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -10
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 6
  20.     Top = 5
  21.     Width = 309
  22.     Height = 13
  23.     Caption = 'When two scheduled projects require same connection resources'
  24.   end
  25.   object Label3: TLabel
  26.     Left = 142
  27.     Top = 30
  28.     Width = 156
  29.     Height = 13
  30.     Caption = 'minutes for the first project to end'
  31.   end
  32.   object OKBtn: TButton
  33.     Left = 339
  34.     Top = 71
  35.     Width = 76
  36.     Height = 25
  37.     Caption = 'OK'
  38.     Default = True
  39.     ModalResult = 1
  40.     TabOrder = 0
  41.     OnClick = OKBtnClick
  42.   end
  43.   object CancelBtn: TButton
  44.     Left = 339
  45.     Top = 101
  46.     Width = 76
  47.     Height = 25
  48.     Cancel = True
  49.     Caption = 'Cancel'
  50.     ModalResult = 2
  51.     TabOrder = 1
  52.   end
  53.   object WaitRadioButton: TRadioButton
  54.     Left = 19
  55.     Top = 30
  56.     Width = 76
  57.     Height = 13
  58.     Caption = 'Wait up to'
  59.     Checked = True
  60.     TabOrder = 2
  61.     TabStop = True
  62.   end
  63.   object NewInstanceRadioButton: TRadioButton
  64.     Left = 19
  65.     Top = 52
  66.     Width = 374
  67.     Height = 13
  68.     Caption = 
  69.       'Launch a new instance of Hnet Info Download for the second proje' +
  70.       'ct'
  71.     TabOrder = 3
  72.   end
  73.   object WaitTimeEdit: TEdit
  74.     Left = 102
  75.     Top = 26
  76.     Width = 28
  77.     Height = 21
  78.     TabOrder = 4
  79.     Text = '2'
  80.   end
  81. end
  82.